home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Palm Utilities
/
Palm_Utilities_CD-ROM_2001_2001.iso
/
files
/
utils misc
/
Bachmann Print Manager 2.01b
/
BachmannPrintManager.exe
/
SamplePrints
/
Src
/
doc.cpp
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-08-30
|
285 b
|
20 lines
#include "pms_main.h"
#include "doc.h"
void
SampleDoc (FormPtr formP)
{
// Have to do something with formP to kill compiler warning
formP = 0;
}
void
SamplePrintDoc (FormPtr formP)
{
// Have to do something with formP to kill compiler warning
formP = 0;
}